home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / Mark Pilgrim / Brailler 0.5ß / Brailler 0.5ß.source / Shell ƒ / file utilities.h < prev    next >
Encoding:
Text File  |  1994-10-30  |  193 b   |  5 lines  |  [TEXT/MMCC]

  1. OSErr GetApplicationFSSpec(FSSpec *theFS);
  2. OSType GetFileType(FSSpec *myFSS);
  3. unsigned long GetModificationDate(FSSpec *myFSS);
  4. OSErr SetModificationDate(FSSpec *myFSS, unsigned long theDate);
  5.